@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
	background-color: #DDDDDD;
	font-family: 'Roboto', sans-serif;
}

.privacy {
	background-color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	counter-reset: heading;
}

.privacy div {
	max-width: 1200px;
	margin: auto;
}

.privacy h3:before {
	content: counter(heading)". ";
	counter-increment: heading;
}

.privacy h4 {
	color:DimGray;
	font-style:italic;
	text-decoration:underline;
}

.privacy p {
	color:DimGray;
}

.privacy ul {
	color:DimGray;
}

body, p {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.4;
}

.content {
	min-width: 1000px;
	margin: 0 auto;
}

.topsection {
	background: url(http://www.thegrammaruniversity.com/static/edge.jpg) repeat-x;
}

.languagemenu {
	position: absolute;
	right: 50px;
	top: 16px;
	z-index: 1;
}

.dropdownmenu {
    position: relative;
    display: inline-block;
}

.dropdownbutton {
    color: white;
    padding: 14px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    min-width: 120px;
}

.dropdowncontent {
    display: none;
    position: absolute;
	right:0;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdowncontent a {
    color: black;
    padding-left:47px;
    padding-top:10px;
    padding-bottom:10px;
    text-decoration: none;
    display: block;
}

.dropdowncontent a:hover {
	background-color: #DDDDDD;
}

.dropdownmenu:hover .dropdowncontent {
    display: block;
}

.dropdownmenu:hover .dropdownbutton {
    background-color: #67B2FF;
}

.lngName {
	padding-left:6px;
	vertical-align:middle;
}

.lngImg {
	vertical-align:middle;
}

.begin {
	position: relative;
	max-width: 1200px;
	height: 850px;
	margin: auto;
	background: url(http://www.thegrammaruniversity.com/static/back.jpg) no-repeat top;
}

.logo, .slogan {
	width: 100%;
	text-align: center;
	position: absolute;
}

.logo {
	top: 76px
}

.slogan {
	top: 244px;
	color: #ffffff;
	font-size: 36px;
}

.download {
	position: absolute;
	top: 600px;
	right: 10px;
}

.download a {
	display: block;
}

.download .google-play {
	margin: 10px 0;
}

.screenshots {
	position: absolute;
	top: 352px;
	left: 0px;
}

.summary {
	max-width: 1000px;
	margin: 110px auto auto auto;
	background-color: #ffffff;
	padding: 40px 0 40px 0;
	font-size: 24px;
	text-align: center;
}

.summary p {
	max-height:1000000px;
}

.detail {
	width: 1020px;
	margin: 10px auto;
	overflow: auto;
}

.point {
	display: inline-block;
	float:left;
	width: 490px;
	min-height:280px;
	background-color:#ffffff;
	margin: 10px;
	font-size: 19px;
	text-align: center;
	padding: 20px 0;
	vertical-align: middle;
}

@media (max-device-width: 600px) {	
    .point {
		min-height:340px;
	}
}

@media (min-width: 1220px) {
    .summary {
		max-width: 1200px;
	}
	
    .detail {
		width: 1220px;
	}
	
    .point {
		width: 590px;
		min-height:280px;
		vertical-align: middle;
	}
}

.point img {
	display: block;
	margin: auto;
	height: 128px;
}

.point span {
	display: block;
	margin-top:15px;
	margin-bottom:20px;
}

.point p {
	color: #828282;
	font-weight: lighter;
	margin-left:10px;
	margin-right:10px;
	text-align: center;
}

.outerContainerDescription {
	display: flex;
	justify-content: center;
	min-height:120px;
}

@media (max-device-width: 600px) {	
	.outerContainerDescription {
		min-height:170px;
	}
}

@media (min-width: 1220px) {
	.outerContainerDescription {
		min-height:100px;
	}
}

.innerContainerDescription {
	align-self: center;
}

.footer {
	height: 72px;
	background-color:#0F61C2;
	position: relative;
	text-align:center;
}

.about {
	margin-top: 12px;
}

.about a {
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
}

.about a:hover {
	color: #dddddd;
}

.contact {
	padding-top: 16px;
	text-align:center;
}

.contact a {	
	display: inline-block;
}

.copyright {
	margin-top: 12px;
	text-align:center;
}

.copyright a {
	display: inline-block;
}

.copyright p {
	font-size: 11px;
	color: #ffffff;
}
