
a {
  color: blue!important;
  text-decoration: underline;
  font-family: 'adriane', serif;
}

p a {
  color: blue!important;
  text-decoration: underline;
  font-family: 'adriane', serif;
}

h1 {
  font-family: 'adriane', serif;
    margin-top: 0.4% !important ;
    margin-bottom: 0.4% !important ;
}

h2 {
  font-family: 'adriane', serif;
    margin-top: 0.4% !important ;
    margin-bottom: 0.4% !important ;
}

h3 {
  font-family: 'adriane', serif;
    margin-top: 0.4% !important ;
    margin-bottom: 0.4% !important ;
}

body {
  font-family: 'adriane', serif;
}

.cbuzzframe {
  height: 90%;
}

.nnecolumn1 {
  order: 1;
} 

.nnecolumn2 {
  order: 2;
} 

.nnecolumn3 {
  order: 3;
} 

.weatherbug { 
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .cbuzzframe {
    height: 300px;
    padding: 10px;
  }
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 4vw !important;
  }	
  
  a p {
    font-size: 4vw !important;
  }	
  
  a {
    font-size: 4vw !important;
  }	
  
  h1 {
    font-size: 7vw !important;
    margin-top: 0.4% !important ;
    margin-bottom: 0.4% !important ;
  }	
  
  h2 {
    font-size: 6vw !important;
    margin-top: 0.4% !important ;
    margin-bottom: 0.4% !important ;
  }	
  
  .navitems { 
    font-size: 4vw !important;
    font-weight: bold;
    color: black!important;
    text-decoration: none;
    
  }

  .weatherbug { 
    display: none ;
  }


  .articleblock { 
    width: 100%;
  }
  
  .articleheadline {
    font-size: 5vw !important;
    font-weight: bold;
    color: black!important;
    text-decoration: none !important;
    margin-top: 0.4% !important ;
    margin-bottom: 0.4% !important ;
  }	
  
  .articlebigheadline {
    font-size: 7vw !important;
    font-weight: bold;
    color: black!important;
    text-decoration: none !important;
    margin-top: 0.4% !important ;
    margin-bottom: 0.4% !important ;
  }	
  
  .nnecolumn1 {
    order: 2;
  } 
  
  .nnecolumn2 {
    order: 1;
  } 
  
  .nnecolumn3 {
    order: 3;
  } 
  
  .nnearticlecol1 {
    width: 100%;
  }
  
  .nnearticlecol2 {
    width: 100%;
  }
  
  .nnearticlecol3 {
    width: 100%;
  } 
  
}

@media only screen and (min-width: 600px) {
  
  p {
    font-size: 18px !important;
  }	
  
  a p {
    font-size: 18px !important;
  }	
  
  a {
    font-size: 18px !important;
  }	
  
  h1 {
    font-size: 32px !important;
    margin-top: 0.4% !important ;
    margin-bottom: 0.4% !important ;
  }	
  
  h2 {
    font-size: 24px !important;
    margin-top: 0.4% !important ;
    margin-bottom: 0.4% !important ;
  }	
  
  .navitems { 
    font-size: 1.25vw !important;
    font-weight: bold;
    color: black!important;
    text-decoration: none;
    
  }

  
  .articleblock { 
    width: 25%;
  }
  
  .articleheadline {
    font-size: 24px !important;
    font-weight: bold;
    color: black!important;
    text-decoration: none !important;
    margin-top: 0.4% !important ;
    margin-bottom: 0.4% !important ;
  }	
  
  .articlebigheadline {
    font-size: 36px !important;
    font-weight: bold;
    color: black!important;
    text-decoration: none !important;
    margin-top: 0.4% !important ;
    margin-bottom: 0.4% !important ;
  }	
  
  .nnearticlecol1 {
    width: 4%;
    padding: 0px;
  }
  
  .nnearticlecol2 {
    max-width: 650px;
    margin: auto;
  }
  
  .nnearticlecol3 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
  } 
  
}

.open-button {
  background-color: #555;
  color: white;
  padding: 8px 8px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  width: auto;
}

.form-popup {
  display: none;
  border: 3px solid #f1f1f1;
  z-index: 9;
  background-color: white;
  padding: 10px;
}

.form-container {
  max-width: 90%; 
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password], .form-container input[type=number], .form-container input[type=email], .form-container input[type=tel] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.col-25 {
  float: left;
  width: 25%;
}

.col-75 {
  float: left;
  width: 75%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}


