/* CSS Doc for screens */

@import url('https://fonts.googleapis.com/css?family=Droid+Serif|Encode+Sans+Expanded');

body { font-family: 'Encode Sans Expanded', sans-serif; font-size: 16px; font-weight: 300; color: #555; margin: 0; padding 0; background-color: #f2f0e9; }

#page { max-width: 1200px; margin: 0 auto; position: relative; }

/* Text */

h1 { margin: 0 0 2em 0; font-size: 3em; font-weight: 700p;  float: left; color: #f2f0e9; font-family: serif;}
h2 { margin: 0 0 .5em 0; font-size: 1.6em; font-weight: 700p; line-height:  1.1em: }
h3 { margin: 0 0 .5em 0; font-size: 1.9em; font-weight: 700p;
    text-align: center;
    color: #cfa50a;
    font-family: "Times New Roman", Times, serif; }
h4 { margin: 0 0 1em 0; font-size: 1.3em; font-weight: 700p; 
    text-align: center;
    color: #3f3f3f;
    font-family: "Times New Roman", Times, serif; }

p { margin: 0 0 1em 0; }

a { color: #3f3f3f }
a:visted { color: #3f3f3f }

p.credits {
    text-align: center;
    color: #3f3f3f;
}

p.number {
    text-align: center;
    color: #cfa50a;
}

span {
  display: block;
}

/* Form */

form { background-color: gray; 
        height: 355px;
        border-radius: 10px;
        margin-right: 600px;
        margin-top: 60px;
        background-color: #cfa50a;
        max-width: 400px; margin: 0 auto; position: relative;
}

.a
{
    height: 30px;
    width: 350px;
    border-radius: 5px;
    margin-top:10px;
    margin-left:20px;
    
}

/* accordion */

button.accordion {
    background-color: cccccc;
    color: #444;
    font-size: 1em;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #cfa50a;
}

button.accordion:after {
    content: '\002B';
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

forbutton.accordion {
    background-color: #3f3f3f;
    color: #444;
    font-size: 1em;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

forbutton.accordion.active, forbutton.accordion:hover {
    background-color: #cfa50a;
}

div.forpanel {
    padding: 0 18px;
    background-color: #3f3f3f;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: auto;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: auto;
}

div.box {
        background-color: gray; 
        color: white;
        height: 355px;
        border-radius: 10px;
        margin-right: 600px;
        margin-top: 60px;
        background-color: #cfa50a;
        max-width: 400px; margin: 0 auto; position: relative;
}

.boxinfo {
    margin: 0 0 1em 0; font-size: 1.3em; font-weight: 700p; 
    text-align: center;
    color: darkgray;
    font-family: "Times New Roman", Times, serif;
}


/* Img */

img.align-center {
    display: block;
    margin: 0px auto;
}
img.medium {
    width: 75%;
    height: auto;
}

img.admin {
    width: 1200px;
    max-width: 100%;
    height: auto;
}

/* Header */

header { height: 430px; background: url(../images/banner_1200.jpg) no-repeat center bottom; position:relative; margin-top: 50px; }

header a.logo {
    z-index: 1;
    position: relative; 
    display: block; width: 100px; height: 100px; 
    background: url(../images/seal.png) no-repeat 0 0; background-size: contain;
    top: 1px; left: 20px; 
}

header a.logo span { display: none; }

header div.hero { position: absolute; width: 50%; top: 130px; left: 45% }
header div.hero h1 { line-height: 5em; margin: 0 0 50px 0; color: #fff; }


/* section - all */

section { padding: 0 30px; }
section::after { content:''; display: block; clear: both; }

/* section - main */

section.main { margin-top: 20px; margin-bottom: 30px; padding: 0; }
section.main aside { width: 50%; float: left; text-align: left; }

section.main .content { margin: 15px; }

div.box { 
        height: 355px;
        border-radius: 10px;
        margin-right: 600px;
        margin-top: 60px;
        background-color: #3f3f3f;
        font color: white;
        max-width: 400px; margin: 0 auto; position: relative;
}

.boxinfo {
    font color: white;
    font-size: 1em;
}

/* nav */

.nav {
    overflow: hidden;
    background-color: #333;
    max-width: 1200px; margin: 0 auto;
    
}

.nav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 40px;
  text-decoration: none;
  font-size: 1em;
}

.nav a:hover {
  background-color: #cfa50a;
  color: black;
}

.nav .icon {
  display: none;
}

/* admissions */ 

section.admissions {
    background-color: #3f3f3f; 
    color: #f2f0e9; 
    margin-top: 25px; 
    padding: 10px;
    font-size: .8em;
    text-align: inherit;
}

@media screen and (max-width: 700px) {
  .nav a:not(:first-child) {display: none;}
  .nav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .nav.responsive {position: relative;}
  .nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav.responsive a {
    float: none;
    display: block;
    text-align: left;

    }

}

/* video */

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* footer */

footer {
    background-color: #3f3f3f;
    padding: 20px 20px;
    
}

.footerinfo {
    font color: white;
    font-size: 1em;
}

/* Media Queries */

@media screen and (max-width: 1000px) {
    
    h1 { font-size: 2.4em; }
    
/* header */
    header div.hero { left: 56%; }
    header div. hero h1 { margin-bottom: 20px }
  
}

@media screen and (max-width: 915px) {
    
      h1 { font-size: 2.2em; }
    header { height: 300px; background-image: url(../images/banner_825.jpg); }
    header div.hero { top: 120px; left: 48%; }
    
    
@media screen and (max-width: 760px) {
    
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.4em; }
    h3 { font-size: 1.5em; }
    a.btn { font-size: 1em; }
    p { margin: 0 0 1em 0; font-size: .9em;}
    }
    li { font-size: .9em; }
    /* header*/
    
    header a.logo {width: 145px; height: 60px; }
    header div.hero { top: 140px; left: 48%; }
    
    /* section */
    
    section.main { margin-top: 10px; margin-bottom: 10px; }
    section.main aside div.content { background-size: 55px 55px; padding-top: 60px; }
    
    
@media screen and (max-width: 625px) {
    
    h1 { font-size: 1em; }
    h3 { margin-bottom: 0px; }
    a.btn { font-size: .9em; }
    
    
    /* header*/
    
    header { height: 200px; background-image: url(../images/banner_425.jpg) background-position: left-top; }
    header a.logo { 
        width: 100%; height: 100px; 
        left:125px; top: 20px;
        background-color: rgba (0,0,0,.65)
        background-size: 112px 46px;
        background-position: 20px left;
    }

header div.hero { position: absolute; width: 65%; top: 125px; left: 15% }
header div.hero h1 { line-height: 3em; margin: 0 0 20px 0; color: #fff; }
    
    /* section main */
    
    
    button.accordion {
    background-color: #cccccc;
    color: #444;
    font-size: 1em;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
    
    form { background-color: gray; 
        height: 355px;
        border-radius: 10px;
        margin-right: 600px;
        margin-top: 60px;
        background-color: #cfa50a;
        max-width: 300px; margin: 0 auto; position: relative;
}
    
    .a
{
    height: 30px;
    width: 200px;
    border-radius: 5px;
    margin-top:10px;
    margin-left:40px;
    
}
    
    section.main aside { width: 100%; float: none; text-align: left; }
    
    section.main aside div.content { 
        margin: 25px 5px 0px 0;
        padding: 20px 0px 10px 10px;
        background-size: 50px 50px;
        background-position: 20px 5px;
    }

    
