/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}







/*--consistent browser font rendering START--*/

body{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-transform: none;
}

/*--consistent browser font rendering END--*/







/*---MY CODE-/html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/**
 * Firefox specific rule
 */

/*--@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
} /*




/*---MY CODE---*/




html {
    height: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);

    
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
}




h2{
    position: absolute;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 16px;
}


h3{
    position: absolute;
    font-family: 'Nunito',sans-serif;
    font-weight: 200;

}

/*-- title block text--*/

h5{
    position: absolute;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 65px;
    
}



#wrapper {
	min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
}

#content {
	padding-bottom: 360px;
    overflow-x: hidden;
}
    
#homefooter {
	background: #71B6E1;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

#moviesfooter {
	background:#71B6E1;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}

#newsfooter {
	background:#51BBBA;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}

.footerlayout{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}










/*---INDEX PAGE---*/

/*---LOGIN ---*/ 

.navbarhome {
    height: 50px;
    background-color: white;
}

.logohome {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px;
    z-index: 5;
}

.logo3{
    margin-bottom: 5px;
}

.ind_logo{
    display: block;
    margin: auto;
    height: 120px;
    margin-top: 50px;
}


.responsivespacer1{
    height: 50px;
    -ms-flex-line-pack: center;
    align-content: center;

}

.seoulyfont1{
    width: 100px;
    height: 20px;
    display:table;
    margin: auto;
    font-family: 'Nunito',sans-serif;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1px;
    margin-top: 15px;
}

.seoulyfont2{
    width: 100px;
    height: 20px;
    display:table;
    margin: auto;
    font-family: 'Nunito',sans-serif;
    color: #fff;
    font-weight: 300;
    text-align: center;   
}

.responsivespacer2{
    height: 25px;
}

.formholder{
    position: fixed; 
    height: 100%;
    width: 100%;
    background-image: url(Images/splashbkgnd.jpg);
    background-repeat: no-repeat;
    background-size: cover;  
}


.loginitems{
    width: 150px;
    display:table;
    margin: auto; 
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    
}

.loginitems input {
    width: 100%;
    height: 30px;
    background-color: white;
    border: none;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 18px;
    text-indent: 10px;
}



.loginitems button{
    width: 100%;
    height: 30px;
    background-color: white;
    border: none;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.loginitems button:hover{
    background-color: #71B6E1;
    
    
}





/*---LOGIN END---*/ 


/*---INDEX END---*/










/*---navbar---*/ 

a {
    color: inherit;
}

.navbar {
    height: 50px;
    background-color: white;
}

.menu {
    overflow-x: hidden;
    position: relative;
    left: 0px;
}

.menu-open {
    left: 231px;
    overflow-x: hidden;
}

.menu-open .menu-side {
    left: 0;
    overflow-x: hidden;
}

.menu-side,
.menu {
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
    overflow-x: hidden;
}



.menu-side {
    background: #267EB5;
    background: -webkit-gradient(linear, left top, left bottom, from(#267EB5), to(#71B6E1));
    background: linear-gradient(#267EB5, #71B6E1);
    border-right: 1px solid white;
    color: white;
    position: fixed;
    top: 0;
    left: -231px;
    width: 210px;
    height: 100%;
    padding: 10px;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: 300;
    -webkit-box-shadow: inset -5px 0 8px -7px black;
    box-shadow: inset -5px 0 8px -7px black;
    text-decoration: none;
}

.logout_button {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 10px;
}


.green-diamond-menu{
    position: relative;
    padding-left: 22px;
    top: 3px;
}

.orange-circle-menu{
    position: relative;
    padding-left: 20px;
    top: 3px;
}

.yellow-triangle-menu{
    position: relative;
    padding-left: 14px;
    top: 2px;
}

.blue-square-menu{
    position: relative;
    padding-left: 14px;
    top: 3px;
}



/*---navbar END---*/ 





/*---tinyshapes---*/

.triangle{
    display: none;
    position: relative;
    top: -160px;
    left: -250px;
}

.square{
    display: none;
    position: relative;
    top: -240px;
    right: 710px;
}

.square2{
    position: relative;
    top: -465px;
    right: 450px;
}

.circle{
    display: none;
    position: relative;
    top: -300px;
    right: -710px;
}

.diamond{
    display: none;
    position: relative;
    top: -440px;
    right: -300px;
}

/*--tinyshapes END---*/










/*---ABOUT PAGE---*/ 


/*---about logo---*/ 


.aboutlogo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
}

.ab_logo1{
    height: 1px;
}

.titletext1 {
    width: 100px;
    font-size: 15px;
    height: 20px;
    display:table;
    margin: auto;
    font-family: 'Nunito',sans-serif;
    color: black;
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
}
  
.titletext2{
    width: 100px;
    font-size: 15px;
    height: 20px;
    display:table;
    margin: auto;
    font-family: 'Nunito',sans-serif;
    color: black;
    font-weight: 300;
    text-align: center;
}
  
.ab_logo2{
    height: 130px;
}


/*---about logo END---*/


/*--description---*/ 

.description {
  position: relative;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  z-index: 0;
  font-family: 'Roboto', sans-serif;
}

.item {
  width: 300px;
  background: white;
  text-align: center;
  line-height: 19px;
  position: relative;
  height: 240px;
  -webkit-box-shadow: 2px 2px 1px #8C8C8C;
  box-shadow: 2px 2px 1px #8C8C8C;
  font-family: 'Nunito',sans-serif;
}

.boxtitle{
    position: relative;
    top: -12px;
    left: -85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 34px;
    padding-left: 50px;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    z-index: 0;
    padding-bottom: 10px
}

.item#who {
  position: relative;
  width: 300px;
  top: -60px;
  margin-bottom: 200px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  font-size: 13px;
  font-family: 'Nunito',sans-serif;
  font-weight: 300;
  font-style: normal;
  z-index: 0;  
}

.item#what{
    position: relative;
    width: 300px;
    margin-bottom: 160px;
    top: -60px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    font-size: 13px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    word-spacing: 3px;
    z-index: 0;   
}

.item#when{
    position: relative;
    width: 300px;
    top: 0px;
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    font-size: 13px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300; 
    z-index: 0;   
}


/*--When button--*/

.buttonwhen{
    position: relative;
    display: none;
    display: block;
    top: 40px;
    left: 275px;
    height: 20px;
    width: 20px;
    background-image:url(Images/description_button.svg);
    background-color: transparent;
    padding: 17px;
    z-index: 30;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.whencontainer{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    top: 57px;
    left: -16px;
    height: 100px;
    width: 320px;
    background-color: transparent;
    z-index: 30;
}

.whencontent{
    display: none;
    top: 60px;
    color: #262626;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    font: 'nanumgothiccodingregular';
    min-width: 310px;
    line-height: 19px;
    font-size: 10px;
    overflow: auto;
    z-index: 30;
}

/*--When button END--*/


/*--Who button--*/

.buttonwho{
    position: relative;
    display: none;
    display: block;
    left: 265px;
    top: 12px;
    height: 20px;
    width: 20px;
    background-image:url(Images/description_button.svg);
    background-color: transparent;
    padding: 17px;
    z-index: 30;
    border: none;
    cursor: pointer;
    outline:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.whocontainer{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    left: -15px;
    top: 20px;
    height: 100px;
    width: 320px;
    background-color: transparent;
    z-index: 30;
}

.whocontent {
    display: none;
    top: 70px;
    color: #262626;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    font: 'nanumgothiccodingregular';
    min-width: 310px;
    line-height: 19px;
    font-size: 10px;
    overflow: auto;
    z-index: 30;
}
/*--Who button END--*/


/*--What button--*/

.buttonwhat{
    position: relative;
    display: none;
    display: block;
    left: 265px;
    height: 20px;
    width: 20px;
    background-image:url(Images/description_button.svg);
    background-color: transparent;
    padding: 17px;
    bottom: 0px;
    z-index: 30;
    border: none;
    cursor: pointer;
    outline:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.whatcontainer{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    top: 38px;
    left: -12px;
    height: 100px;
    width: 320px;
    background-color: transparent;
    z-index: 30;
}

.whatcontent {
    display: none;
    top: 30px;
    color: #262626;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    font: 'nanumgothiccodingregular';
    min-width: 310px;
    line-height: 17px;
    font-size: 10px;
    overflow: auto;
    z-index: 30;
}

/*--What button END--*/


/*--description END--*/


/*---yellow block---*/ 

.yellblock {
    position: relative;
    height: 1380px;
    background-color: #FFEE49;
    top: 40px;
    z-index: 20;
}

.arrow1 {
    display: none;
    position: relative;
    top: -50px;
    left: 350px;
    z-index: 1000;
}

/*---yellow block END---*/ 


/*---Banner 1(whats on offer)---*/ 

.whatscontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  position: relative;
  top: 950px;
  z-index: 60;
  font-family: 'Roboto-black', sans-serif;
  font-size: 60px;
}

.whats1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  Height: 80px;
  width: 340px;
  top: 40px;
  padding-left: 10px;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: white;
  font-size: 60px;
  -webkit-box-shadow: 2px 2px 3px #262626;
  box-shadow: 2px 2px 3px #262626;
  z-index: 30;
  font-family: 'roboto',sans-serif;
  font-weight: 900;
}

.whats2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  Height: 80px;
  width: 260px;
  top: 40px;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: white;
  padding-left: 10px;
  font-size: 60px;
  -webkit-box-shadow: 2px 2px 3px #262626;
  box-shadow: 2px 2px 3px #262626;
  z-index: 30;
  font-family: 'roboto',sans-serif;
  font-weight: 900;
}

/*---Banner 1 END---*/ 


/*-----Picture 1---*/ 

.picture1{
    position: relative;
    height: 500px;
    top: 870px;
    z-index: 20; 
}

#riverimage1{display: block;}
#riverimage2{display: none;}
#riverimage3{display: none;}
#riverimage4{display: none;}

/*---Picture 1 END---*/   



/*----Shapes layout---*/

.mother{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 620px;
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    background-color: transparent;
    max-width: 1200px;
    min-width: 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 30;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*---Buttons---*/ 


/*----Button 1 (news)---*/

.shapeslayout1{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background-color: transparent;
    padding-bottom: 70px;
    height: 150px;
    width: 600px;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 30;
    margin:auto; 
}

.news-shape{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    height: 90px;
    width: 200px;
    background-color: transparent;
    z-index: 30;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.news-button{
    position: relative;
    display: none;
    display: table;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url(Images/news_button.svg);
    background-color: transparent;
    padding: 50px;
    z-index: 30;
    border: none;
    cursor: pointer;
    outline: none;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.firstdescriptioninfo{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    height: 110px;
    width: 270px;
    background-color: transparent;
    z-index: 30;
}

.news-content{
    display: none;
    color: white;
    position: relative;
    background: rgba(81,187,186,0.7);
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
    overflow: auto;
    -webkit-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.2);
    z-index: 30;
}

/*----Button 1 (news) END----*/

/*---Button 2 (music)----*/

.shapeslayout2{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background-color: transparent;
    padding-bottom: 70px;
    height: 150px;
    width: 600px;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 30;
    margin:auto;
}

.music-shape{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    height: 100px;
    width: 200px;
    background-color: transparent;
    z-index: 30;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.music-button {
    position: relative;
    display: none;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url(Images/music_button.svg);
    background-color: transparent;
    padding: 50px;
    bottom: 0px;
    z-index: 30;
    border: none;
    cursor: pointer;
    outline: none;
}

.music-content {
    display: none;
    color: white;
    position: relative;
    background: rgba(255,167,67,0.7);
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
    overflow: auto;
    -webkit-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.2);
    z-index: 30;
}

/*----Button 2 (music) END-----*/


/*----Button 3 (movies)---*/

.shapeslayout3{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background-color: transparent;
    padding-bottom: 70px;
    height: 150px;
    width: 600px;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 30;
    margin:auto;
}

.movies-shape{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    height: 100px;
    width: 200px;
    background-color: transparent;
    z-index: 30;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.movies-button {
    position: relative;
    display: none;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url(Images/movies_button.svg);
    background-color: transparent;
    padding: 50px;
    bottom: 0px;
    z-index: 30;
    border: none;
    cursor: pointer;
    outline: none;
}

.movies-content {
    display: none;
    color: white;
    position: relative;
    background: rgba(113,182,225,0.7);
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
    overflow: auto;
    -webkit-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.2);
    z-index: 30;
}

/*----Button 3 (movies) END----*/


/*--Button 4 (travel)----*/

.shapeslayout4{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background-color: transparent;
    padding-bottom: 70px;
    height: 150px;
    width: 600px;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 30;
    margin:auto;
}

.travel-shape{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    height: 100px;
    width: 200px;
    background-color: transparent;
    z-index: 30;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.travel-button {
    position: relative;
    display: none;
    display: block;
    background-image:url(Images/travel_button.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    padding: 50px;
    bottom: 0px;
    z-index: 30;
    border: none;
    cursor: pointer;
    outline: none;
}

.travel-content {
    display: none;
    color: white;
    position: relative;
    background: rgba(255,238,73,0.7);
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
    overflow: auto;
    -webkit-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.2);
    z-index: 30;
}


/*----Button 4 (travel) END----*/

.show {display:block;}


/*---Buttons  END----*/ 


/*---Shapes layout END---*/



/*---Banner 2 (new material every week)----*/ 

.newcontainer{
    height: 80px;
    top: 1030px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow:wrap-reverse;
    flex-flow:wrap-reverse;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    font-size: 60px;
    position: relative;
    z-index: 80;
    font-family: 'roboto',sans-serif;
    font-weight: 900;  
 }

   .new1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 140px;
    Height: 80px;
    background-color: white;
    padding-left: 10px;
    -webkit-box-shadow: -2px 2px 3px #262626;
    box-shadow: -2px 2px 3px #262626;    
}
    
    .new2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 300px;
    Height: 80px;
    background-color: white;
    padding-left: 10px;
    -webkit-box-shadow: -2px 2px 3px #262626;
    box-shadow: -2px 2px 3px #262626;  
}
      
    .new3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 190px;
    Height: 80px;
    background-color: white;
    padding-left: 10px;
    -webkit-box-shadow: -2px 2px 3px #262626;
    box-shadow: -2px 2px 3px #262626;   
}

    .new4{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 180px;
    Height: 80px;
    background-color: white;
    padding-left: 10px;
    -webkit-box-shadow: -2px 2px 3px #262626;
    box-shadow: -2px 2px 3px #262626; 
}

/*----Banner 2 END (new material every week)--- */ 


/* --- Blue box ----*/ 

.bluebox{
    display: block;
    position: relative;
    height: 600px;
    top: 830px;
    background-color: #71B6E1;
    z-index: 20;  
}

.blueboxcontent{
    display: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50px;
    height: 200px;
    background-color: transparent;
}

/*---Blue box END---*/   


/*---Banner 3 (Classes)---*/ 

.Classescontainer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 790px;
    background-color: white;
    width: 290px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row wrap;
    flex-direction: row wrap;
    font-size: 60px;
    padding-left: 10px;
    padding-top: 5px;
    -webkit-box-shadow: 2px 2px 3px #262626;
    box-shadow: 2px 2px 3px #262626; 
    z-index: 90;
    font-family: 'roboto',sans-serif;
    font-weight: 900;   
}

/*---Banner 3 END (Classes)---*/ 



/*---Orange box---*/ 

.Orangebox{
    display: block;
    position: relative;
    height: 500px;
    top: 750px;
    padding-top: 200px;
    background-color: white;
    z-index: 30;  
}

/*---Slideshow---*/ 

*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}


h6{
    z-index: 10000;
    font-size: 100px;
    text-align: center;
    position: absolute;
    width: 10%;
    padding-top: 100px;
    color: white;
    font-family: 'Nunito'; 
}

.mainslider{
    overflow: hidden;
}

.mainslider figure div{
    width: 10%;
    float: left;
}

.mainslider figure img{
    width: 100%;
    float: left;
}

.mainslider figure{
    position: relative;
    width: 1000%;
    margin: 0;
    left: 0;
    -webkit-animation: 70s slidy infinite;
    animation: 70s slidy infinite;
}

@-webkit-keyframes slidy{
    0%{
        left: 0%;
    }
    
    5%{
        left: 0%;
    }
    
    12%{
        left: -100%;
    }
    
    17%{
        left: -100%;
    }
    
    27%{
        left: -200%;
    }
    
    29%{
        left: -200%;
    }
    
    39%{
        left: -300%;
    }
    
    42%{
        left: -300%;
    }
    
    52%{
        left: -400%;
    }
    
    54%{
        left: -400%;
    }
    
    64%{
        left: -500%;
    }
    
    66%{
        left: -500%;
    }
    
    76%{
        left: -600%;
    }
    
    78%{
        left: -600%;
    }
    
    88%{
        left: -700%;
    }
    
    90%{
        left: -700%;
    }
    
    100%{
        left: -800%;
    }
    
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    5% {
        left: 0%;
    }

    12% {
        left: -100%;
    }

    17% {
        left: -100%;
    }

    27% {
        left: -200%;
    }

    29% {
        left: -200%;
    }

    39% {
        left: -300%;
    }

    42% {
        left: -300%;
    }

    52% {
        left: -400%;
    }

    54% {
        left: -400%;
    }

    64% {
        left: -500%;
    }

    66% {
        left: -500%;
    }

    76% {
        left: -600%;
    }

    78% {
        left: -600%;
    }

    88% {
        left: -700%;
    }

    90% {
        left: -700%;
    }

    100% {
        left: -800%;
    }

}


/*---Orange END---*/ 

.explaincontainer {
    position: relative;
    height: 100px;
    z-index: 70;
    background-color: white;
}

.creditexplain {
    top: 45px;
    display: table;
    position: relative;
    margin: auto;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    line-height: 19px;
    font-size: 19px;
    background-color: white;
}

.feeboxes{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    height: 210px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
}

.feebox1{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 40px;
    line-height: 50px;
    white-space: nowrap;
    color: white;
    background-color: #51BBBA;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;  
}

.feebox2{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 40px;
    line-height: 50px;
    white-space: nowrap;
    color: white;
    background-color: #51BBBA;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}

.feebox3{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 40px;
    line-height: 50px;
    white-space: nowrap;
    color: white;
    background-color: #51BBBA;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}

.skypebox{
    position: relative;
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    height: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 100px;
    background-color: white;
}

.skype1{
    display: table;
    position: relative;
    width: 200px;
    line-height: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 16px;
      
}

.skype2{
    display: table;
    height: 50px;
    position: relative;
    background-image: url(Images/skype_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 100px;
    height: 30px;
    padding: 30px;
    line-height: 80px;
    background-color: white;
}

.skype3{
    display: table;
    position: relative;
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.skype4{
    display: table;
    position: relative;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.skypefinal{
    position: relative;
    display: table;
    height: 100px;
    width: 200px;
}



/*---MEDIA QUERIES (ABOUT)---*/ 


@media only screen and (max-width: 415px){
#ab_gap1{
        height: 124px;
    }
}

@media only screen and (max-width: 415px){
#ab_gap2{
        height: 450px;
      
    }
}

@media only screen and (max-width: 600px){
    .shapeslayout1{
        height: 200px;
        
    }
}

@media only screen and (max-width: 600px){
    .shapeslayout2{
        height: 200px;
        
    }
}

@media only screen and (max-width: 600px){
    .shapeslayout3{
        height: 200px;
        
    }
}

@media only screen and (max-width: 600px){
    .shapeslayout4{
        height: 200px;
        
    }
}

@media only screen and (min-width: 1152px){
#boxmove{
        padding-left: 200px;
        padding-right: 200px;
        height: 850px;
    }
}

@media screen and (min-width:475px) and (max-width: 600px){
    .whatscontainer{top: 950px;}
    #riverimagecontainer{top: 870px;}
    #riverimage1{display: none;}
    #riverimage2{display: block;}
    #riverimage3{display: none;}
    #riverimage4{display: none;}
    #blueboxchange{top: 700px;}
    #containermove{top: 820px;}
    #classmove{top: 640px;}
    #boxmove{top: 600px;}
}

@media screen and (min-width: 600px) and (max-width: 635px){
    .whatscontainer{top: 950px;}
    #riverimagecontainer{top: 870px;}
    #riverimage1{display: none;}
    #riverimage2{display: block;}
    #riverimage3{display: none;}
    #riverimage4{display: none;}
    #blueboxchange{top: 700px;}
    #containermove{top: 820px;}
    #classmove{top: 640px;}
    #boxmove{top: 600px;}
}

@media screen and (min-width: 635px) and (max-width: 775px){
    .whatscontainer{top: 950px;}
    #riverimagecontainer{top: 950px;}
    #riverimage1{display: none;}
    #riverimage2{display: block;}
    #riverimage3{display: none;}
    #riverimage4{display: none;}
    #blueboxchange{top: 700px;}
    #containermove{top: 820px;}
    #classmove{top: 640px;}
    #boxmove{top: 600px;}
}

@media screen and (min-width: 775px){
.item#who{margin-bottom: 100px;}
.yellblock{height: 880px;}
.whatscontainer{top: 450px;}
    #riverimagecontainer{top: 450px;}
    #riverimage1{display: none;}
    #riverimage2{display: none;}
    #riverimage3{display: block;}
    #riverimage4{display: none;}
    #motherplacement{top: 100px;}
    #blueboxchange{
        top: 100px;
        height: 300px;
    }
    #containermove{top: 140px;}
    #classmove{top: 60px;}
    #boxmove{top: 20px;}
}

@media screen and (min-width: 1155px){
.item#when{top: -60px;}
.item#what{top: -120px;}
.yellblock{height: 400px;}
.whatscontainer{top: -30px;}
    #riverimagecontainer{top: -30px;}
    #riverimage1{display: none;}
    #riverimage2{display: none;}
    #riverimage3{display: none;}
    #riverimage4{display: block;}
    #motherplacement{top: -370px;}
    #blueboxchange{
        top: -400px;
        height: 300px;
    }
    #containermove{top: -360px;}
    #classmove{top: -440px;}
    #boxmove{top: -480px;}
    
}

/*---MEDIA QUERIES (ABOUT) END---*/

/*---ABOUT PAGE END---*/ 









/*---HOME---*/

/*---LOGO (HOME)---*/



/*---LOGO (HOME) END---*/


/*--homebuttons--*/

.centercontainer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 400px;
    background-color: white;
    margin-top: 50px;
}

.getcreditbutton{
    background-color: #51BBBA;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    border: none;
    color: white;
    padding: 6px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.bookclassbutton{
    background-color: #51BBBA;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    border: none;
    color: white;
    padding: 6px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.aboutmebutton{
    background-color: #51BBBA;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    border: none;
    color: white;
    width: 60px;
    padding: 6px 46px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.bottomcontainer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 150px;
    background-color: white;
}

.newscontainer{
    min-width: 130px;
    height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.newsbutton{
    width: 45px;
    height: 45px;
    padding-bottom: 25px;
    background-color: transparent;
    margin: auto;
    cursor: pointer;
}

.newshome2{
    width: 70px;
    height: 30px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    background-color: transparent;
    margin: auto;
}

.musiccontainer{
    min-width: 130px;
    height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.musicbutton{
    width: 45px;
    height: 45px;
    padding-bottom: 25px;
    background-color: transparent;
    margin: auto;
    cursor: pointer;
}

.musichome2{
    width: 70px;
    height: 30px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    background-color: transparent;
    margin: auto;
}

.travelcontainer{
    min-width: 130px;
    height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.travelbutton{
    width: 45px;
    height: 45px;
    padding-bottom: 25px;
    background-color: transparent;
    margin: auto;
    cursor: pointer;
}

.travelhome2{
    width: 70px;
    height: 30px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    background-color: transparent;
    margin: auto;
}

.moviescontainer{
    min-width: 130px;
    height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.moviesbutton{
    width: 45px;
    height: 45px;
    padding-bottom: 25px;
    background-color: transparent;
    margin: auto;
    cursor: pointer;
}

.movieshome2{
    width: 70px;
    height: 30px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    background-color: transparent;
    margin: auto;
}

.monthlycontainer{
    min-width: 130px;
    height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.monthlybutton{
    width: 45px;
    height: 45px;
    padding-bottom: 25px;
    background-color: transparent;
    margin: auto;
    cursor: pointer;
    
}

.monthlyhome2{
    width: 70px;
    height: 30px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    background-color: transparent;
    margin: auto;
}

/*--homebuttons END--*/



@media screen and (min-width: 370px){
.newscontainer{min-width: 190px;}
.musiccontainer{min-width: 190px;}
.travelcontainer{min-width: 190px;}
.moviescontainer{min-width: 190px;}
.monthlycontainer{min-width: 190px;}
   
}

@media screen and (min-width: 500px){
    .centercontainer{
        margin-bottom: 170px;
        margin-top: 0px;
    } 
    .logohome{margin-bottom: 90px;}
    .bottomcontainer{margin-bottom: 50px;}
  
}

@media screen and (min-height: 1100px){
    .centercontainer{margin-bottom: 470px;}
    .logohome{margin-bottom: 270px;}
    .navbarhome{margin-bottom:  50px;}
}


/*---HOME END---*/









/*---GET CREDIT---*/

.howitworks{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 450px;  
}

.topbuy{
    width: 350px;
    height: 430px;
    background-color: transparent;
    margin: auto;
    margin-bottom: 200px;
    margin-top: 50px
}

.bottombuy{
    margin: auto;
    width: 350px;
    height: 430px;
    margin-bottom: 150px;
}

.howcontainer{
    font-family: 'roboto',sans-serif;
    font-weight: 900;
    font-size: 28px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px; 
}

.howbuy{
    display: block;
    width: 280px;
    height: 60px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 27px;
    text-align: center;
    margin: auto;
    background-color: #71B6E1;
    color: white;
    padding-top: 4px;
    margin-bottom: 20px;
}

.each{
    font-size: 10px;
    padding-top: 10px;
}

.howbook{
    display: block;
    width: 280px;
    height: 60px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 27px;
    text-align: center;
    margin: auto;
    background-color: #71B6E1;
    color: white;
    padding-top: 4px;
    margin-bottom: 20px;
}

.howtake{
    display: block;
    width: 280px;
    height: 60px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 27px;
    text-align: center;
    margin: auto;
    background-color: #71B6E1;
    color: white;
    padding-top: 4px;
    margin-bottom: 20px;
}

.howfeedback{
    display: block;
    width: 280px;
    height: 60px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 27px;
    text-align: center;
    margin: auto;
    background-color: #71B6E1;
    color: white;
    padding-top: 4px;
    margin-bottom: 80px;
}

.buyheader{
    width: 280px;
    font-family: 'roboto',sans-serif;
    font-weight: 900;
    font-size: 28px;
    margin: auto;
    text-align: center;
}

.buycontainer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 280px;
    height: 400px;
    margin: auto;
    background-color: transparent;
}

.numbercontainer{
    width: 100px;
    height: 100px;
    background-color: #51BBBA;
    margin-top: 30px;
    color: white;
    padding-top: 5px
}

.numberbox{
    height: 70px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 57px;
    text-align: center;
    vertical-align: middle;
    line-height: 70px;
    padding-top: 2px;
}


.creditbox{
    height: 30px;
    text-align: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    line-height: 30px;
}

.paymentcontainer{
    width: 150px;
    height: 100px;
    background-color: transparent;
    margin-top: 25px;
    color: black;
}

.pricebox{
    text-align: center;
    margin-top: 10px;
    height: 20px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.paybutton10{
    height: 30px;
    width: 150px;
    text-align: center;
    margin-top: 20px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 14px;
}

/*--GET CREDIT END--*/




.title_block{
    height: 250px;
    background-color: #71B6E1;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 65px;
    padding-left: 40px;
    padding-top: 20px;
    margin-bottom: 100px;
    overflow-x: hidden;
}

.title_block_sequenced{
    height: 250px;
    background-color: #71B6E1;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 65px;
    padding-left: 40px;
    padding-top: 20px;
    margin-bottom: 100px;
    margin-top: 100px;
}

.title_block_music{
    height: 250px;
    background-color: #FFA743;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 65px;
    padding-left: 40px;
    padding-top: 20px;
    margin-bottom: 100px;
}




.articleblock{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 400px;
}










@media screen and (min-width: 536px){
    .articleblock{margin-bottom: 150px;}
}

@media screen and (min-width: 796px){
    .articleblock{margin-bottom: -50px;}  
}








audio{
    display: table;
    width: 250px;
}




/*--HOMEWORK PAGE--*/





#hw-title-text{
    font-size: 60px;
    top: 20px;
}


.homework-box{
    position: relative;
    width: 100%;
    height: 350px;
    width: 250px;
    background-color: transparent;
    margin-bottom: 115px;
    
}

.hw_download{
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 250px;
    background-color: transparent;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;

}


.hw_date{
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.hw-checkbox-home{
    padding-left: 20px;
    padding-right: 20px;
}


.hw-checkbox-class-only{
    padding-left: 30px;
    padding-right: 0px;
}



#feedback-labels{
    font-size: 7px;
    text-align: center;
    font-family: 'roboto',sans-serif;
    font-weight: 400;
    margin-top: 5px;
    
}


/*--HOMEWORK PAGE END--*/



/*--NEWS PAGE--*/

.newstitleblock{
    height: 250px;
    background-color: #51BBBA;
    padding-left: 31px;
    padding-top: 20px;
    margin-bottom: 100px;
}

.newsreadbox{
    position: relative;
    width: 100%;
    height: 250px;
    width: 250px;
    background-color: #51BBBA;
    margin-bottom: 100px;
}

.newsreadbox-1{
    position: relative;
    width: 100%;
    height: 250px;
    width: 250px;
    background-color: #51BBBA;
    margin-bottom: 400px;
}

.newsreadimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}

.news-text-border-1{
    position: absolute;
    width: 230px;
    height: 50px;
    background-color: white;
    bottom: 175px;
}

.news-text-border-2{
    position: absolute;
    width: 230px;
    height: 50px;
    left: 20px;
    background-color: white;
    bottom: 85px;
}

.news-text-border-3{
    position: absolute;
    width: 230px;
    height: 50px;
    left: 20px;
    background-color: white;
    bottom: 185px;
}

.newsreadtext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 250px;
    background-color: transparent;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 50px; 
}

#news-read-position-1{
    top: 30px;
    left: 10px;
    color: black;
    z-index: 4;
    text-align: left;
    line-height: 20px;
}

#news-read-position-2{
    top: 120px;
    left: 10px;
    color: black;
    z-index: 4;
    left: 30px;
    text-align: left;
    line-height: 20px;
}

#news-read-position-3{
    top: 20px;
    left: 10px;
    color: black;
    z-index: 4;
    left: 30px;
    text-align: left;
    line-height: 20px;
}




.newswatchbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 250px;
    width: 250px;
    background-color: transparent;
    margin-bottom: 50px;
}

.newswatchimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}

.newswatchtext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 250px;
    background-color: #51BBBA;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 50px;
}

.newslistenbox{
    position: relative;
    width: 100%;
    height: 250px;
    width: 250px;
    background-color: transparent;
    margin-bottom: 50px;
}

.newslistenimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}

.newslistentext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 250px;
    background-color: #51BBBA;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 45px;
}

.news-listen-textborder{
    position: absolute;
    width: 225px;
    height: 50px;
    background-color: white;
    bottom: 190px;
}

#newslistenposition{
    top: 15px;
    left: 10px;
    color: black;
    z-index: 4;
}



@media screen and (min-width: 380px){
    .newstitleblock{font-size: 72px;}
    
}

/*--NEWS PAGE END--*/




/*--NEWS ARTICLE PAGE-UPDATED!!!!!-START--*/


.iframe-activity-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.iframe-activity-container iframe{
    min-width: 330px;
}

.activities{
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 75px;
}

.activity-button{
    background-color: #51BBBA;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-family: 'roboto' , sans-serif;
    font-weight: 600;
    cursor: pointer;
    
}



@media screen and (min-width: 480px){
    .iframe-activity-container iframe{
        min-width: 100%;
    }
    
}




/*--NEWS ARTICLE PAGE-UPDATED!!!!!-END--*/








/*--HOMEWORK PAGE--*/

.homework-title-block{
    height: 250px;
    background-color: #51BBBA;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 64px;
    padding-left: 32px;
    margin-bottom: 100px;
}

/*--HOMEWORK PAGE END--*/



/*--NEWS ARTICLE PAGE--*/

.newsheadone{
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 65px;
    text-decoration: none;
    font-style: normal;
    padding-top: 20px;
}

.newsheadtwo{
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-decoration: none;
    font-style: normal;
    padding-bottom: 20px;
}

.readguide{
    padding-left: 50px;
    padding-right: 50px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
    font-style: normal;
    margin-bottom: 10px;
}

.readguide_2{
    padding-left: 50px;
    padding-right: 50px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
    font-style: normal;
    line-height: 1.6;
    padding-bottom: 70px;
}

.news-article-title{
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 23px;
    text-decoration: none;
    font-style: normal;
}

.article{
    background-color: #51BBBA;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 70px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 17px;
    padding-bottom: 750px;
    line-height: 2.0
    
}

/*--NEWS ARTICLE END--*/










/*---MUSIC PAGE---*/

.musictitleblock{
    height: 250px;
    background-color: #FFA743;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 64px;
    padding-left: 31px;
    margin-bottom: 100px;
}

.musicreadbox{
    position: relative;
    width: 100%;
    height: 250px;
    width: 250px;
    background-color: transparent;
    margin-bottom: 50px;
}

.musicreadimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}

.musicreadtext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 250px;
    background-color: #FFA743;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 50px; 
}

#musicreadposition{
    top: 135px;
    left: 60px;
    color: black;
    z-index: 4;
    
}

#music-read-position-1{
    top: 30px;
    left: 10px;
    color: black;
    z-index: 4;
    text-align: left;
    line-height: 20px;
}

#music-read-position-2{
    top: 120px;
    left: 10px;
    color: black;
    z-index: 4;
    left: 30px;
    text-align: left;
    line-height: 20px;
}

#music-read-position-3{
    top: 20px;
    left: 10px;
    color: black;
    z-index: 4;
    left: 30px;
    text-align: left;
    line-height: 20px;
}




.music-text-border-1{
    position: absolute;
    width: 230px;
    height: 50px;
    background-color: white;
    bottom: 175px;
}

.music-text-border-2{
    position: absolute;
    width: 230px;
    height: 50px;
    left: 20px;
    background-color: white;
    bottom: 85px;
}

.music-text-border-3{
    position: absolute;
    width: 230px;
    height: 50px;
    left: 20px;
    background-color: white;
    bottom: 185px;
}

.musicwatchbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 250px;
    width: 250px;
    background-color: transparent;
    margin-bottom: 50px;
}

.musicwatchimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}

.musicwatchtext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 250px;
    background-color: #FFA743;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 50px;
}

.musiclistenbox{
    position: relative;
    height: 250px;
    width: 250px;
    background-color: transparent;
    margin-bottom: 50px;
}

.musiclistenimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}

.musiclistentext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 250px;
    background-color: #FFA743;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 45px;
}

#musiclistenposition{
    top: 15px;
    left: 10px;
    color: black;
    z-index: 4;
}

@media screen and (min-width: 380px){
    .musictitleblock{font-size: 72px;}
    
}

/*---MUSIC PAGE END---*/









/*---MUSIC ARTICLE PAGE--*/

.music-head-one{
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 70px;
    text-decoration: none;
    font-style: normal;
}


.music-head-two{
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-decoration: none;
    font-style: normal;
}


.music-article-title{
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 23px;
    text-decoration: none;
    font-style: normal;
}


.music-article{
    background-color: #FFA743;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 70px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 17px;
    padding-bottom: 750px;
    line-height: 2.0
}

/*---MUSIC ARTICLE PAGE END---*/









/*---TRAVEL PAGE---*/

.traveltitleblock{
    height: 250px;
    background-color: #FFD771;
    padding-left: 31px;
    padding-top: 20px;
    margin-bottom: 100px;
}

.travelreadbox{
    position: relative;
    width: 100%;
    height: 250px;
    width: 250px;
    background-color: #FFD771;
    margin-bottom: 50px;
}

.travelreadimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}

.travelreadtext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 250px;
    background-color: transparent;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 50px; 
}

#travel-read-position-1{
    top: 20px;
    left: 10px;
    color: black;
    z-index: 4;
    left: 30px;
    line-height: 20px;
    text-align: left;
    
}

#travel-read-position-2{
    top: 120px;
    left: 10px;
    color: black;
    z-index: 4;
    left: 30px;
    line-height: 20px;
    text-align: left;
}


.travelwatchbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 250px;
    width: 250px;
    background-color: #FFD771;
    margin-bottom: 50px;
}

.travelwatchimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}

.travelwatchtext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 250px;
    background-color: transparent;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 50px;
}

.travellistenbox{
    position: relative;
    width: 100%;
    height: 250px;
    width: 250px;
    background-color: transparent;
    margin-bottom: 50px;
}


.travellistenimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}

.travellistentext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 250px;
    background-color: #FFD771;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 45px;
}


.travel-text-border-1{
    position: absolute;
    width: 230px;
    height: 50px;
    background-color: white;
    bottom: 175px;
}

.travel-text-border-2{
    position: absolute;
    width: 230px;
    height: 50px;
    left: 20px;
    background-color: white;
    bottom: 85px;
}

.travel-text-border-3{
    position: absolute;
    width: 230px;
    height: 50px;
    left: 20px;
    background-color: white;
    bottom: 185px;
}



#travellistenposition{
    top: 10px;
    left: 10px;
    color: white;
}

@media screen and (min-width: 380px){
    .traveltitleblock{font-size: 72px;}
    
}

/*---TRAVEL PAGE END---*/









/*---TRAVEL ARTICLE PAGE---*/

.travel-head-one{
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 65px;
    text-decoration: none;
    font-style: normal;
    padding-top: 20px;
}

.travel-head-two{
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-decoration: none;
    font-style: normal;
}

.travelreadhead{
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 30px;
}

.travelreadguide{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    font-family: 'Nunito',sans-serif;
    font-weight: 900;
    font-size: 13px;
}


.travel-article{
    background-color: #FFD771;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 70px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 17px;
    padding-bottom: 750px;
    line-height: 2.0
    
}




/*---TRAVEL PAGE ARTICLE END---*/









/*---MOVIES PAGE---*/

.moviestitleblock{
    height: 250px;
    background-color: #71B6E1;
    padding-top: 20px;
    padding-left: 31px;
    margin-bottom: 100px;
}

.moviesreadbox{
    position: relative;
    width: 100%;
    height: 250px;
    width: 250px;
    background-color: #71B6E1;
    margin-bottom: 50px;
}

.moviesreadimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}

.moviesreadtext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 250px;
    background-color: transparent;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 50px; 
}

#moviesreadposition{
    top: 135px;
    left: 10px;
    color: black;
    z-index: 4;
    line-height: 20px;
    text-align: left;
}

.movieswatchbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 250px;
    width: 250px;
    background-color: #71B6E1;
    margin-bottom: 50px;
}

.movieswatchimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}


.movieswatchtext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 250px;
    background-color: transparent;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 50px;
}

.movieslistenbox{
    position: relative;
    width: 100%;
    height: 250px;
    width: 250px;
    background-color: transparent;
    margin-bottom: 50px;
}

.movieslistenimage{
    width: 250px;
    height: 200px;
    background-color: transparent;
}

.movies-text-border-2{
    position: absolute;
    width: 200px;
    height: 50px;
    background-color: white;
    bottom: 110px;
    left: 0px
}

.movies-text-border-1{
    position: absolute;
    width: 220px;
    height: 50px;
    background-color: white;
    bottom: 70px;
    left: 0px
}


.movieslistentext{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 250px;
    background-color: #71B6E1;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 45px;
}

#movieslistenposition{
    top: 95px;
    left: 10px;
    color: black;
    z-index: 4;
}

@media screen and (min-width: 380px){
    .moviestitleblock{font-size: 72px;}
}

/*---MOVIES PAGE END---*/









/*---MOVIES ARTICLE PAGE---*/

.moviesheadone{
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 70px;
}

.moviesheadtwo{
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-decoration: none;
    font-style: normal;
}

.moviesreadhead{
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 30px;
}

.moviesreadguide{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    font-family: 'Nunito',sans-serif;
    font-weight: 900;
    font-size: 13px;
}

.movies-article{
    background-color: #71B6E1;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 70px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 17px;
    padding-bottom: 750px;
    line-height: 2.0;
}
    


/*---MOVIES ARTICLE PAGE END---*/









/*---ARCHIVE PAGE---*/

.archive-title-block{
    height: 250px;
    background-color: #FFA743;
    padding-left: 31px;
    padding-top: 20px;
    margin-bottom: 100px;
}









.newsarchivetitleblock{
    height: 270px;
    background-color: #FFA743;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 64px;
    padding-left: 31px;
    margin-bottom: 120px;
}

.musicarchivetitleblock{
    height: 270px;
    background-color: #FFA743;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 64px;
    padding-left: 31px;
    margin-bottom: 120px;
}

.travelarchivetitleblock{
    height: 270px;
    background-color: #FFD771;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 64px;
    padding-left: 31px;
    margin-bottom: 120px;
}

.moviesarchivetitleblock{
    height: 270px;
    background-color: #71B6E1;
    font-family: 'roboto', sans-serif;
    font-weight: 900;
    font-size: 64px;
    padding-left: 31px;
    margin-bottom: 120px;
}





@media screen and (min-width: 380px){
    .archivetitleblock{font-size: 72px;}
    .newsarchivetitleblock{font-size: 72px;}
    .musicarchivetitleblock{font-size: 72px;}
    .travelarchivetitleblock{font-size: 72px;}
    .moviesarchivetitleblock{font-size: 72px;}
}










.articlenewsbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 250px;
    width: 250px;
    background-color: transparent;
    margin-bottom: 50px;
}

.archivemusicbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 260px;
    width: 260px;
    background-color: transparent;
    margin-bottom: 50px;
}

.archivetravelbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 260px;
    width: 260px;
    background-color: transparent;
    margin-bottom: 50px;
}

.archivemoviesbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 260px;
    width: 260px;
    background-color: transparent;
    margin-bottom: 50px;
}

#archive-year-text{
    position: relative;
    top: -160px;
    left: 0px;
    color: black;
    font-size: 50px;
    font-weight: 300;
    text-align: center;

}

#archivemusicposition{
    position: relative;
    top: -155px;
    left: 75px;
    color: black;
    font-size: 36px;
}

#archivetravelposition{
    position: relative;
    top: -155px;
    left: 65px;
    color: black;
    font-size: 36px;
}

#archivemoviesposition{
    position: relative;
    top: -155px;
    left: 65px;
    color: black;
    font-size: 36px;

}


/*---ARCHIVE PAGE END---*/











/*--footer--*/

.travelcontactcontainer{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #FFD771;
}


.movies-contact-container{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #71B6E1;
}

.musiccontactcontainer{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #FFA743;
}

.newscontactcontainer{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #51BBBA;
}



.articlecontactcontainer{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #51BBBA;
}


.travel-article-contact-container{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #FFD771;
}



.moviesarticlecontactcontainer{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #71B6E1;
}

.contactcontainer{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #71B6E1;
}

.archivecontactcontainer{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #FFA743;
}

.musicarchivecontactcontainer{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #FFA743;
}

.travelarchivecontactcontainer{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #FFD771;
}

.moviesarchivecontactcontainer{
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #71B6E1;
}

@media screen and (min-width: 536px){
    .article{padding-bottom: 500px}
    .music-article{padding-bottom: 500px}
    .travel-article{padding-bottom: 500px}
    .movies-article{padding-bottom: 500px;}
    .newsarticlecontactcontainer{height: 300px;}
    .travel-article-contact-container{height: 300px;}
    .contactcontainer{height: 300px;}
    .movies-contact-container{height: 300px;}
    .travelcontactcontainer{height: 300px;}
    .musiccontactcontainer{height: 300px;}
    .archivecontactcontainer{height: 300px;}
    .musicarchivecontactcontainer{height: 300px;}
    .travelarchivecontactcontainer{height: 300px;}
    .moviesarchivecontactcontainer{height: 300px;}
    .newscontactcontainer{height: 300px;}
    .howitworks{margin-bottom: 240px;}
    .topbuy{margin-bottom: 0px}
    .bottombuy{margin-bottom: 0px;}
}

@media screen and (min-width: 796px){
    .article{padding-bottom: 300px;}
    .music-article{padding-bottom: 300px;}
    .travel-article{padding-bottom: 300px;}
    .movies-article{padding-bottom: 300px;}
    .newsarticlecontactcontainer{height: 100px;}
    .travel-article-contact-container{height: 100px;}
    .contactcontainer{height: 100px;}
    .movies-contact-container{height: 100px;}
    .travelcontactcontainer{height: 100px;}
    .musiccontactcontainer{height: 100px;}
    .archivecontactcontainer{height: 100px;}
    .musicarchivecontactcontainer{height: 100px;}
    .travelarchivecontactcontainer{height: 100px;}
    .moviesarchivecontactcontainer{height: 100px;}
    .newscontactcontainer{height: 100px;}
    .howitworks{margin-bottom: 40px;}
    .topbuy{margin-bottom: 0px}
    
}

.contacthead {
    color: white;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 8px;
}

#contactdetails{
    margin-top: 18px;
}

#contactnavibox{
    display: inline-block;
    width: 125px;
    height: 120px;
    background-color: transparent;
    vertical-align: top;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: white; 
    line-height: 16px;
}

input,
input::-webkit-input-placeholder {
    height: 32px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-color: transparent;
    border-radius: 0px;
    border:0 none;
    padding-left: 0px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
}

textarea[name=message] {
    width: 260px;
    height: 100px;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    border-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 13px;
    padding-top: 5px;
    border-radius: 0px;
    border:0 none;
    opacity: 1;
}

input[type=name] {
    width: 260px;
    height: 32px;
    padding-left: 5px;
    background: white;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 12px;
    border:0 none;
    cursor:pointer;
    border-radius: 0px; 
    border-color: transparent;
    margin-bottom: 10px;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=email] {
    width: 260px;
    height: 32px;
    padding-left: 5px;
    background: white;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 12px;
    border:0 none;
    cursor:pointer;
    border-radius: 0px; 
    border-color: transparent;
    margin-bottom: 20px;
    opacity: 1;
}

input[type=submit] {
    color: #71B6E1;
    padding: 5px 15px; 
    background: white;
    font-family: 'Nunito',sans-serif;
    font-weight: 300;
    font-size: 13px;
    border:0 none;
    cursor:pointer;
    border-radius: 0px; 
    float: right;
    width: 80px;
}

#contactdetails{
    width: 262px;
    border-color: transparent;
}

#contactlinks{
    width: 260px;
    height: 50px;
    background-color: transparent;
    margin-top: 14px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: grey;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-placeholder { /* Firefox 19+ */
  color: darkgray;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
    
  
}
:-ms-input-placeholder { /* IE 10+ */
  color: #71B6E1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #71B6E1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/*--footer END--*/









.buy {
    font-size: 25px;
    padding-top: 5px;
}
