@import url('ttps://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600&family=Roboto:wght@300;500;700;900&Dancing+Script:wght@700&display=swap');

* {
	padding: 0px;
	list-style: none;
	margin: 0px;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

::-webkit-input-placeholder {
	color: #000000;
	opacity: 1;
}

:-moz-placeholder { 
	color: #000000;
	opacity: 1;
}

::-moz-placeholder { 
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: #000000;
	opacity: 1;
}

body {
    font-family: 'Roboto', sans-serif;
}

nav {
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 10px 20px;
    position: fixed;
    transition: .5s;
    width: 100%;
}

nav.black {
    background-color: #000000;
    height: 110px;
}

nav .logo {
    float: left;
}

nav .logo img {
    height: 90px;
    transition: .5s;
}

nav ul {
    display: flex;
    float: right;
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    color: #ffffff;
    line-height: 85px;
    padding: 9px 20px 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s;
}

nav ul li a.active,
nav ul li a:hover {
    background-color: #0385ae;
    color: #ffffff;
}

.responsive-bar {
    display: none;
}

.intro {
    background-color: #ffffff;
    background-image: url("../images/background_intro.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 15% 0 9% 5%;
}

.intro h1 {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
}

.intro h2 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 5px;
}

.intro p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 100;
  margin-top: 15px;
}

.intro button {
  background-color: #0385ae;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-top: 25px;
  padding: 1% 2%;
  text-align: center;
  text-decoration: none;
}

.intro button:hover {
  background-color: #0d7292;
}

.intro button[name="publisher"] {
  background-color: #04ad84;
  margin-left: 15px;
}

.intro button[name="publisher"]:hover {
  background-color: #017b5d;
}

.about {
    background-color: #000000;
    background-image: url("../images/background_about.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    color: #ffffff;
    padding: 2% 35% 3% 2%;
}

.about h1 {
    border-bottom: 5px solid #0385ae;
    font-size: 65px;
    padding-bottom: 2%;
}

.about p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 25px;
    text-align: justify;
}

.signup {
    background-image: url("../images/pier.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding: 6% 0;
}

.signup h1 {
    font-size: 35px;
    font-weight: 300;
    text-align: center;
}

.signup h2 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 7px;
    text-align: center;
}

.signup button {
  background-color: #04ad84;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 35px;
  letter-spacing: 0.5px;
  margin-top: 35px;
  padding: 1% 3%;
  text-align: center;
  text-decoration: none;
}

.signup button:hover {
  background-color: #1bacce;
}

.publisher {
    background-color: #0385ae;
    background-image: url("../images/background_publisher.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 2% 15% 4% 15%;
}

.publisher h1 {
    display: table-cell;
    border-bottom: 3px solid #000000;
    font-size: 45px;
    font-weight: 900;
    padding: 2% 0;
    padding-bottom: 5%;
    text-align: center;
    width: 100%;
}

.publisher h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.publisher h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 23px;
    margin-top: 5px;
}

.publisher p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 23px;
    margin-top: 2%;
    padding: 0 20%;
    text-align: center;
}

.publisher button {
  background-color: #04ad84;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.5px;
  margin: 4px 2px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
}

.publisher button:hover {
  background-color: #1bacce;
}

.publisher table {
    background-color: #ffffff;
    box-shadow: 2px 2px 20px #000000;
    color: #000000;
    margin-top: 55px;
    margin-bottom: 55px;
    padding: 4% 4% 6% 4%;
    width: 80%;
}

.publisher th {
    color: #000000;
    font-size: 40px;
    letter-spacing: 1px;
    text-align: center;
    padding: 3% 0;
}

.publisher td {
    padding: 3% 2%;
}

.advertiser {
    background-color: #ffffff;
    color: #000000;
    padding: 2% 25%;
    text-align: justify;
}

.advertiser h1 {
    border-bottom: 3px solid #0385ae;
    font-size: 45px;
    font-weight: 900;
    padding: 2% 0;
    padding-bottom: 1%;
}

.advertiser h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 300;
    text-align: right;
    padding: 1% 0;
}

.advertiser h3 {
    color: #0385ae;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 4% 0;
}

.advertiser p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 2%;
}

.advertiser button {
  background-color: #0385ae;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
}

.advertiser button:hover {
  background-color: #1bacce;
}

.contact {
    background-image: url("../images/background_contact.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 20% 4% 60%;
}

.contact h1 {
    font-size: 25px;
    text-align: center;
}

.contact p {
    font-size: 12px;
    padding: 4% 0;
}

.contact input {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
    border: 1px solid black;
    font-size: 14px;
    padding: 3% 2%;
    margin-top: 15px;
    width: 96%;
}

.contact textarea {
    border: 1px solid black;
    box-sizing: border-box;
    font-size: 14px;
    height: 150px;
    resize: none;
    padding: 2% 2%;
    margin-top: 15px;
    width: 100%;
}

.contact input[type="submit"]{
    -webkit-appearance: none;
    background-color: #04ad84;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 25px;
    margin-top: 30px;
    padding: 3% 5%;
    width: 50%;
}

.contact input[type="submit"]:hover{
    background-color: #0385ae;
    width: 50%;
}

.photographer {
    padding: 5% 10%;
    text-align: justify;
}

.photographer h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 45px;
    padding-bottom: 1%;
}

.photographer p {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 1%;
}

.photographer a {
    color: #0385ae;
}

.photographer a:hover {
    color: #1bacce;
}

.footer {
    background-color: #000000;
    background-image: url("../images/background_footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    display: flex;
    padding: 3% 0;
}

.footer-left {
    border-right: 0.5px solid;
    border-right-color: #ffffff;
    font-size: 13px;
    padding: 4% 2% 4% 25%;
    text-align: right;
    width: 50%;
}

.footer-left img {
    height: 90px;
}

.footer-left p {
    line-height: 16px;
    padding: 2% 0 3% 0;
}

.footer-left a:link {
    color: #ffffff;
    cursor: pointer;
}

.footer-left .fa {
  border-radius: 50%;
  font-size: 17px;
  margin: 5px 2px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  width: 23px;
}

.footer-left .fa:hover {
    opacity: 0.5;
}

.footer-left .fa-facebook {
  background: #000000;
  color: #ffffff;
}

.footer-left .fa-linkedin {
  background: #000000;
  color: #ffffff;
}

.footer-right {
    border-left: 0.5px solid;
    border-left-color: #ffffff;
    padding: 4% 25% 4% 2%;
    text-align: left;
    width: 50%;
}

.footer-right a:link {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 25px;
    text-decoration: none;
}

.footer-right a:hover {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 3px;
    letter-spacing: 2px;
    text-decoration: none;
}

.footer-right p {
    font-size: 13px;
    margin-top: 28px;
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {

.about {
    padding: 2% 40% 3% 2%;
}
    
.publisher {
    padding: 2% 10% 4% 10%;
}
    
.advertiser {
    padding: 2% 20%;
}
    
.contact {
    padding: 3% 10% 4% 63%;
}
    
.footer-left {
    padding: 4% 2% 4% 15%;
}

.footer-right {
    padding: 4% 15% 4% 2%;
}
    
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    
.about {
    padding: 2% 25% 3% 2%;
}

.about h1 {
    font-size: 50px;
}
    
.publisher {
    padding: 2% 7% 4% 7%;
}

.publisher table {
    width: 100%;
}
    
.advertiser {
    padding: 2% 15%;
}
    
.contact {
    background-image: url("../images/background_contact2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 15% 4% 45%;
}
    
.footer-left {
    padding: 4% 2% 4% 5%;
}

.footer-right {
    padding: 4% 5% 4% 2%;
}
    
}

@media only screen and (min-width: 300px) and (max-width: 1000px) {
    
.responsive-bar {
    background-color: #000000;
    box-sizing: border-box;
    display: block;
    height: 70px;
    left: 0;
    padding: 5px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.responsive-bar .logo img {
    float: left;
    height: 60px;
}

.responsive-bar .menu {
    display: inline-block;
    cursor: pointer;
    float: right;
    padding-top: 3%;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}

.responsive-bar .menu h4{
    color: #ffffff;
    cursor: pointer;
    float: right;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

nav,
nav.black {
    height: 60px;
    padding: 0;
}

nav .logo {
    display: none;
}

nav ul {
    background-color: #000000;
    display: none;
    float: none;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
}

nav ul.active {
    display: block;
}

nav ul li {
    width: 100%;
}

nav ul li a {
    display: block;
    padding: 0;
    line-height: 40px !important;
    text-align: center;
    width: 100%;
}

.intro {
    background-color: #ffffff;
    background-image: url("../images/background_intro.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 28% 3% 10% 3%;
}

.intro h1 {
    line-height: 35px;
    text-align: center;
}

.intro h2 {
    text-align: center;
}

.intro p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 100;
  margin-top: 10px;
  text-align: center;
}

.intro button {
  background-color: #0385ae;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 26px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  padding: 2% 4%;
  text-align: center;
  text-decoration: none;
}

.about {
    background-color: #ffffff;
    background-image: url(none);
    color: #000000;
    padding: 2% 2%;
}

.about h1 {
    border-bottom: 5px solid #0385ae;
    font-size: 35px;
    padding-bottom: 1%;
}

.about p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 18px;
}

.signup {
    padding: 6% 2% 9% 2%;
}

.signup h1 {
    font-size: 28px;
}

.signup h2 {
    font-size: 38px;
    margin-top: 10px;
}

.signup button {
  background-color: #04ad84;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0.5px;
  margin-top: 35px;
  padding: 2% 4%;
}
    
.publisher {
    background-image: url(none);
    padding: 6% 1% 12% 1%;
}

.publisher h1 {
    font-size: 45px;
    padding: 1% 0;
    padding-bottom: 3%;
}

.publisher p {
    padding: 3% 3% 0 3%;
}

.publisher table {
    width: 95%;
}

.publisher th {
    font-size: 30px;
    padding: 3% 0;
}

.publisher td {
    display:table-row;
    background:none;
}

.publisher h4 {
    margin-top: 5px;
    margin-bottom: 19px;
}
    
.advertiser {
    padding: 6% 3% 10% 3%;
}

.contact {
    background-color: #d2d2d2;
    background-image: url(none);
    padding: 3% 2% 4% 2%;
}
    
.footer {
   background-image: none;
   flex-direction: column;
   padding: 3% 4%;
}
    
.footer-left {
    border-right: none;
    padding: 0;
    text-align: justify;
    width: 100%;
}

.footer-left img {
    height: 50px;
}

.footer-right {
    border-left: none;
    padding: 0;
    width: 100%;
}

.footer-right p {
   text-align: center;
}
    
}